-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Blog/ambient mc #16750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog/ambient mc #16750
Conversation
suggestion: write the docs first, and then derive this blog from them. Happy to help with that, or just editing this one into shape; I'm just not sure what to reference to do so! |
82e91d5
to
4fe9d0f
Compare
Looks a lot better! the linting failure is preventing the netlify preview though |
@keithmattix I tried to make it even more concise and leave out more implementation details. PTAL |
title: Introducing multicluster support for ambient mode (alpha) | ||
description: Introducing multicluster support for ambient mode (alpha). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be different from each other; description is probably optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Introducing multicluster support for ambient mode (alpha) | |
description: Introducing multicluster support for ambient mode (alpha). | |
title: Introducing multicluster support for ambient mode | |
description: Try out the alpha support for an ambient mesh spanning multiple Kubernetes clusters |
(or something?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall a dumb lint rule that will complain if one of these doesn't end with a period
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a try out/install guide, but I'll try to come up with a single sentence that is different form the title.
Together, these design choices enable cross-cluster connectivity without changing cluster networking or restarting workloads, | ||
even as clusters are added or removed. | ||
|
||
### Double HBONE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the section I was missing from the documentation :)
|
||
We are also looking to improve our reference documentation, guides, testing, and performance. | ||
|
||
If you would like to try out ambient multicluster, please follow [this guide](TODO). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just making a note that this will need to be changed before merging. I think it's waiting on #16709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link should be something like docs/ambient/install/multicluster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM modulo Craig and Daniel's comments. Thanks Steven!
Co-authored-by: Keith Mattix II <[email protected]>
dd93067
to
ce78f97
Compare
3e548a9
to
cae7235
Compare
cae7235
to
92654b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Jackie Maertens (Elliott) <[email protected]>
In response to a cherrypick label: new pull request created: #16783 |
Description
Blog post for ambient MC
Reviewers